home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / spoint1b.arc / SPOINT.CTL < prev    next >
Text File  |  1991-11-21  |  2KB  |  90 lines

  1. ;
  2. ;  SPOINT.CTL
  3. ;
  4. ;  If Spoint can't find this file in the current directory, it will
  5. ;  search the directory pointed to by Spoint's environment variable,
  6. ;  provided you've set it of course.
  7. ;
  8. ;  ------------------------------------------------------------------
  9. ;    Network Addresses
  10. ;  ------------------------------------------------------------------
  11. ;
  12. Address     1:123/45.678
  13. ;
  14. ;
  15. Bossnode    1:123/45
  16. ;
  17. ;
  18. Fakenet     1:9999/999
  19. ;
  20. ;  Omit this keyword if you're a 4d point.
  21. ;
  22. ;
  23. ;  ------------------------------------------------------------------
  24. ;    Compression
  25. ;  ------------------------------------------------------------------
  26. ;
  27. ;  %a = Archive name.
  28. ;  %f = File to include.
  29. ;
  30. ;  These will create SEA-compatible archives.  Everybody should be
  31. ;  able to handle this type of compression.
  32. ;
  33. Compress    arc /a5 %a %f
  34. ;
  35. ;  Compress pak a /c /st %a %f
  36. ;  Compress arca %a %f
  37. ;  Compress pkarc -oct a %a %f
  38. ;  Compress pkpak -oct a %a %f
  39. ;
  40. ;  Don't use the following unless you have an arrangement with your
  41. ;  bossnode or know for a fact that he supports this type of
  42. ;  compression.
  43. ;
  44. ;  Compress arj -e %a %f
  45. ;  Compress pkzip -a %a %f
  46. ;  Compress lha a /m %a %f
  47. ;  Compress zoo a: %a %f
  48. ;
  49. ;  ------------------------------------------------------------------
  50. ;    Path specifications (Don't use trailing backslashes!)
  51. ;  ------------------------------------------------------------------
  52. ;
  53. Netmail     E:\FD\MAIL
  54. ;
  55. Hudson      E:\FD\MSGS
  56. ;
  57. Inbound     E:\FD\FILE
  58. ;
  59. Outbound    E:\FD\PACKET
  60. ;
  61. ;
  62. ;  ------------------------------------------------------------------
  63. ;    Miscellaneous
  64. ;  ------------------------------------------------------------------
  65. ;
  66. ;  Pathname of logfile.
  67. ;
  68. ;  Logfile     E:\FD\SPOINT.LOG
  69. ;
  70. ;
  71. ;  Optional tearline.
  72. ;
  73. ;  Tearline    Spoint 1.00/b
  74. ;
  75. ;
  76. ;  Password for packets.  Don't use this unless it's necessary.
  77. ;
  78. ;  Password    bozo
  79. ;
  80. ;
  81. ;  If this keyword is present, Spoint will maintain a history file
  82. ;  named SPOINT.HIS, which will be kept in the directory pointed to
  83. ;  by the SPOINT environment variable.
  84. ;
  85. ;  History
  86. ;
  87. ;  ------------------------------------------------------------------
  88. ;    That's all!
  89. ;  ------------------------------------------------------------------
  90.